HTTP Response
-
A structure representing the headers for a HTTP response, without the body of the response.
See moreDeclaration
Swift
public struct HTTPResponse
-
The response status for the HTTP response
See
https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml for more informationDeclaration
Swift
public struct HTTPResponseStatus: Equatable, CustomStringConvertible, ExpressibleByIntegerLiteral
-
HTTPResponseWriter provides functions to create an HTTP response
See moreDeclaration
Swift
public protocol HTTPResponseWriter : class